﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
	text-align: justify;
	text-rendering: optimizeLegibility;
	font-kerning: normal;
}

beppitu1 {
	font-style: oblique;/* Firefoxでは「oblique」の後ろに「30deg」という形で斜体の角度を指定することができる。その方がはっきりと別筆とわかる */
}

beppitu2 {
	font-style: oblique;
	text-decoration: overline;
}

beppitu3 {
	font-style: oblique;
	text-decoration: double overline;
}

beppitu4 {
	font-style: oblique;
	text-decoration: wavy overline;
}

box {width: 0.5 em; border: solid 1px #000;}

.gaiji{
	position: relative;
	margin-bottom: -3px;
	height: 20px;
}

div{
	text-indent:16pt;
	margin-top:10pt
	font-size: 1rem;
}
blockquote {
	margin-top:10pt
	font-size: 1rem;
}
#Title h1 {
	position: absolute;
	top: -500px;
}
#menu {
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;

}

#Container1 {
	 width: 1200px;
	 height; 100px;
	 background: #FFF;
	 margin: 0 auto;
	 padding-left: 10px;
	 padding-right: 10px;
	 overflow: visible;
}

#Container2 {
	 width: 968px;
	 background: #FFF;
	 margin-top: 0;
	 padding-left: 10px;
	 padding-right: 10px;
	 overflow: hidden;
}


/* 以下は表関連の書式 */

table blockquote {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

table blockquote p {
	margin: 0
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid black;
	vertical-align: top;
}


.center {
	text-align: center;
}

.middle {
	vertical-align: middle;
}

.vertical {
	writing-mode: vertical-rl;/*縦書き*/
	text-align: center;
	vertical-align: middle;
}

.left {
	border-left: 2px solid black;
}

.bottom {
	border-bottom: 2px solid black;
}

.dotted_bottom {
	border-bottom: 2px dotted black;
}

/* Added 09 Apr 2020 Below */
.setsuhyodai{
	font-weight: bold;
	margin-top:15pt
}
.borderless {
	border: 0px;
	margin-left:40.0pt;
}
.hihyouji {display:none;}